|
jrunscript JavaScript built-ins | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--jmap
Defined in init.js
Constructor Summary | |
jmap
(map)
Creates a convenient script object to deal with java.util.Map instances. |
Constructor Detail |
jmap(map)
var x = java.lang.SystemProperties();
var y = jmap(x);
print(y['java.class.path']); // prints java.class.path System property
delete y['java.class.path']; // remove java.class.path System property
map
- java.util.Map instance that will be wrapped
|
jrunscript JavaScript built-ins | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |